Release 10.1A: OpenEdge Data Management:
SQL Reference


MINUTE

Returns the minute value in the argument as a short integer in the range of 0–59.

Syntax

MINUTE ( time_expression ) 

Example

This example illustrates the MINUTE function:

SELECT *
     FROM arrivals
     WHERE MINUTE (in_time) > 10 ; 

Notes

Compatibility

ODBC compatible


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095